IUserVariable<T> 介面

代表使用者定义变数加上值。

继承体系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IUserVariable<T>

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public interface IUserVariable<T> : IUserVariable
Public Interface IUserVariable(Of T) Inherits IUserVariable

 

IUserVariable<T> 介面陈列了以下成员。

方法

 名称说明
GetValue取得一个使用者定义变数值。
SetValue设定一个使用者定义变数值。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间